Your MariaDB connection id is 4
Server version: 11.8.6-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> CREATE DATABASE ISUEnrollmentDb;
Query OK, 1 row affected (0.045 sec)

MariaDB [(none)]> SHOW DATABASES;
+----------------------------+
| Database                   |
+----------------------------+
| information_schema         |
| isuenrollmentdb            |
| library_information_system |
| mysql                      |
| performance_schema         |
| sys                        |
| test                       |
+----------------------------+
7 rows in set (0.100 sec)

MariaDB [(none)]> USE isuenrollmentdb;
Database changed
MariaDB [isuenrollmentdb]> CREATE TABLE isuenrollment(
    -> Student INT-Primary Key,AUTO_INCREMENT